FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowColCollection<T> Class / MaxGroupLevel Property

In This Topic
    MaxGroupLevel Property (RowColCollection<T>)
    In This Topic
    Gets the maximum group level present in the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaxGroupLevel As Integer
    public int MaxGroupLevel {get;}
    Remarks
    If the grid does not contain any groups, this property returns -1.
    See Also